org.eclipse.vtp.desktop.core.configuration
Interface ConfigurationManager
- All Superinterfaces:
- java.lang.Cloneable
- All Known Implementing Classes:
- AttachedDataManager, AttachedDataManager, DefaultConfigurationManager, MediaBindingManager
public interface ConfigurationManager
- extends java.lang.Cloneable
getBrandManager
BrandManager getBrandManager()
setBrandManager
void setBrandManager(BrandManager brandManager)
getType
java.lang.String getType()
readConfiguration
void readConfiguration(org.w3c.dom.Element configuration)
writeConfiguration
void writeConfiguration(org.w3c.dom.Element configuration)
clone
java.lang.Object clone()